home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok86 / gadtoolsbox_2.0b / changes next >
Text File  |  1993-11-04  |  28KB  |  538 lines

  1.  
  2.    This file contains specific changes/fixes in the different releases of
  3.    The GadToolsBox program. The most recent version is first in the list.
  4.    The following is a list of abbrevations so you know what's what.
  5.  
  6.    SA  = Suggestion added.
  7.    MIN = Minor bug fixed.
  8.    MAJ = Major bug fixed.
  9.    NF  = New Feature.
  10.    CH  = Minor change.
  11.  
  12.    NOTE: THE BINARIES SAVED WITH PRE-1.2 VERSIONS OF THE  PROGRAM  CANNOT
  13.          BE LOADED BY THIS VERSION OF GADTOOLSBOX!
  14.  
  15.          MY FIDO ADDRESS CHANGED! YOU CAN NOW REACH ME AT:
  16.  
  17.              2:285/502.7 Jan van.den.Baard
  18.  
  19.          The written history prior to the 2.0  release has  been removed.
  20.  
  21.    ----------------------------------------------------------------------
  22.    GadToolsBox V2.0b (Bug-fix release) (released 07-Apr-93) (37.293)
  23.    ----------------------------------------------------------------------
  24.    05-Apr-1993  MIN     Fixed a small problem  when using  GadToolsBox in
  25.                         combination with QMouse. GadToolsBox would (after
  26.                         the window was opened) keep the busy  pointer.  I
  27.                         simply   added  a   ClearPointer()   after    the
  28.                         rtUnlockWindow() call.  I don't know who's  fault
  29.                         it is  (GadToolsBox,  QMouse  or  ReqTools).  Bug
  30.                         found by Arnout Grootveld. (37.292)
  31.  
  32.    07-Apr-1993  MAJ     GadToolsBox GURU'd when a window refresh happened
  33.                         and the "Gadgets" item was checked.  Bug found by
  34.                         Dave Lowrey. (37.193)
  35.  
  36.    ----------------------------------------------------------------------
  37.    GadToolsBox V2.0a (Bug-fix release) (released 02-Apr-93) (37.291)
  38.    ----------------------------------------------------------------------
  39.    21-Mar-1993  MAJ     Changed the "bsr" branches in the assembly source
  40.                         generator to "jsr".  When generating large  files
  41.                         the   "bsr"   branches   could   not   reach  the
  42.                         destination addresses. Bug found by Mick Hohmann.
  43.                         (37.274)
  44.  
  45.    21-Mar-1993  MAJ     Fixed a bug in the assembly source  generator. It
  46.                         did a CloseFont with _DiskfontBase  in a6 instead
  47.                         of _GfxBase. (37.275)
  48.  
  49.    21-Mar-1993  MAJ     The font adaptable source of the  assembly source
  50.                         generator screwed-up totally.   Bug found by Mick
  51.                         Hohmann. (37.276)
  52.  
  53.    21-Mar-1993  MIN     The gadget  creation  routine  that  the assembly
  54.                         source  generator  generates  returned  the wrong
  55.                         error code uppon failure. (37.277)
  56.  
  57.    21-Mar-1993  MAJ     Fixed   another  assembly  source  generator bug.
  58.                         Replaced all "add.b sc_WBorxxx(a0),d0" calls with
  59.                         "move.b sc_WBorxxx(a0),d1  ext.w d1  add.w d1,d0"
  60.                         This works, the other solution did not. (37.278)
  61.  
  62.    22-Mar-1993  CH      Recompiled under DICE v2.07.54R.  Finally got rid
  63.                         of those unused  local variables  the  easy  way!
  64.                         Also edited the about  requester to  reflect  the
  65.                         new DICE copyright notices. (37.279)
  66.  
  67.    22-Mar-1993  MIN     Fixed a small bug.   In  some  cases the selected
  68.                         gadgets   where  not  deselected  when  an  other
  69.                         gadget  was  selected without the shift key down.
  70.                         Bug found by Kai Bolay. (37.280)
  71.  
  72.    22-Mar-1993  NF-SA   Added Drag-Selection of  gadgets.   Suggested  by
  73.                         several people. (37.281)
  74.  
  75.    24-Mar-1993  MIN     Once a GETFILE gadget was disabled  it could  not
  76.                         be enabled again.   Bug found by Garry  Glendown.
  77.                         (37.282)
  78.  
  79.    25-Mar-1993  MIN     Position adjustment on  backdrop  windows after a
  80.                         edit screen  re-open  screwed up.  Switching font
  81.                         caused the same problem.  Bug  found by Christoph
  82.                         Burgdorf. (37.283)
  83.  
  84.    27-Mar-1993  MAJ     As it seems  GadToolsBox  screwed-up  majorly  in
  85.                         it's startup. Bug found by Reza Elghazi. (37.284)
  86.  
  87.    27-Mar-1993  MIN     The ShowSelected gadget  in the  ListView  editor
  88.                         did not work correctly. Bug found by Reza Elghazi
  89.                         (37.285)
  90.  
  91.    29-Mar-1993  MAJ     Now needs the gdtoolsbox.library version 39++ for
  92.                         reasons  explained  in  the  "ReadMeFirst"  file.
  93.                         (37.286)
  94.  
  95.    29-Mar-1993  MIN     Fixed  the  misterious  "listview-grow" bug.  Bug
  96.                         found by several people. (37.287)
  97.  
  98.    30-Mar-1993  MAJ     Fixed  bug in the  Oberon  source  generator.  It
  99.                         popped  the  gadget,  menus, texts  and  boxes to
  100.                         early. (37.288)
  101.  
  102.    01-Apr-1993  NF-SA   Now selecting open will allow you to load a .G or
  103.                         .GUI file. GTB automatically determines what file
  104.                         it  is.    For   compatibility  F7  still  works.
  105.                         Suggested by Kai Bolay. (37.189)
  106.  
  107.    01-Apr-1993  MIN     Fixed a small bug in the .G file reader. (37.290)
  108.  
  109.    03-Apr-1993  MAJ     The  <Project_Name>_CNT  EQU's  where  not always
  110.                         generated.   Bug  found  by  Christian   Pekeler.
  111.                         (37.291)
  112.  
  113.    ----------------------------------------------------------------------
  114.    GadToolsBox V2.0 - 37.273 (released 13-March-1993)
  115.    ----------------------------------------------------------------------
  116.    23-Sep-1992  SA      Changed the "Gadgets" menu. I admit that it was a
  117.                         little messy but  now it's  cleaned up a  little.
  118.                         Suggested by Reza Elghazi. (37.183)
  119.  
  120.    24-Sep-1992  NF      Added the Undercore  tag in  the ListView editor.
  121.                         Why did nobody notice that it wasn't there?  Also
  122.                         changed the minimum  MaxChars in  the  STRING and
  123.                         INTEGER gadgets from 2 to 1. (37.184)
  124.  
  125.    24-Sep-1992  NF-SA   Totally redone the menu  editors. Now all actions
  126.                         are done  in  one  window and  more accoording to
  127.                         the Style Guide.  Also the screen now only allows
  128.                         GUI modes which  means that modes with a standard
  129.                         horizontal  resolution  that  is  less  that  640
  130.                         pixels are not  supported  anymore. (37.185)
  131.  
  132.    28-Sep-1992  NF      Now GadToolsBox uses the new  gadtoolsbox.library
  133.                         which is still in a early stage  but progressing.
  134.                         This  will be  a  library  containing  some  very
  135.                         usefull routines when  working with  gadtools and
  136.                         it will  help  people  to write  external  source
  137.                         generators for GadToolsBox (37.186)
  138.  
  139.    28-Sep-1992  MIN     Now GadToolsBox does not see a slider or scroller
  140.                         that broadcasts a up & down  message as a double-
  141.                         click. Bug found by Marcel Offermans. (37.187)
  142.  
  143.    01-Oct-1992  MIN     GadToolsBox did not  work with  PopUpMenu. Now it
  144.                         does.  Bug found  by  Kai Bolay/Micheal  Hohmann.
  145.                         (37.188)
  146.  
  147.    03-Oct-1992  NF      Started  to  use  the  "gadtoolsbox.library" it's
  148.                         extremely easy and efficient hotkey handling. Now
  149.                         only the menu editor uses it but  soon all gadget
  150.                         hotkeys will be handled by the library. (37.189)
  151.  
  152.    05-Oct-1992  NF-SA   Now the right mouse button can be used  to cancel
  153.                         operations. Suggested by several people. (37.190)
  154.  
  155.    06-Oct-1992  SA      Moved the version string closer to the  beginning
  156.                         of  the  executable.  Suggested  by   Roy van der
  157.                         Woning (37.191).
  158.  
  159.    18-Oct-1992  MAJ     Still working  on  the  re-designed GUI.  Found a
  160.                         wierd join/split bug.  GadToolsBox  would totally
  161.                         screw up the joining and splitting of  string and
  162.                         listview gadgets. (37.192)
  163.  
  164.    22-Oct-1992  MAJ     When deleting the  contents  of a  string  gadget
  165.                         and then  editing  that same  gadget  could/would
  166.                         cause  a  big  ugly  GURU.   Bug  found  by Garry
  167.                         Glendown. (37.193)
  168.  
  169.    24-Oct-1992  MIN     Fixed the  routine that  checks for  double  used
  170.                         gadget source labels. (37.194)
  171.  
  172.    26-Oct-1992  NF      Added a great new feature. I have changed the old
  173.                         style move/size to the same method used  by Tool-
  174.                         maker and Precognition which  is really 1.000.000
  175.                         times better that the old way. (37.195)
  176.  
  177.    27-Oct-1992  MIN     The GA_Disabled tag of the  Cycle gadget  was not
  178.                         processed  correctly.      Bug  found  by  Marcel
  179.                         Offermans. (37.196)
  180.  
  181.    28-Oct-1992  MIN     Fixed a wierd bug.  GTB uses  the  nofrag.library
  182.                         for its memory allocations. The nofrag.library is
  183.                         a library which takes big blocks from  the system
  184.                         free memory pool in which small memory chunks are
  185.                         allocated. The  nofrag.library  automatically de-
  186.                         allocates unused  memory  blocks.   Because  of a
  187.                         de-allocation error withing GTB a small amount of
  188.                         bytes where  left  in  each  memory  block  which
  189.                         caused the nofrag.library to think that the block
  190.                         was still in use and  therefore it  did  not  de-
  191.                         allocate it.   This  would   leave   the   memory
  192.                         allocated while GTB was running. (37.197)
  193.  
  194.    28-Oct-1992  MIN     Added   window  switching  using  the   keyboard.
  195.                         Suggested by someone.... ( I forgot  who  it was,
  196.                         SHAME ON ME!) (37.198)
  197.  
  198.    28-Oct-1992  MIN     Fixed  a   bug  with  the  information  printing.
  199.                         Sometimes GadToolsBox  printed that  there was no
  200.                         information on a window while in fact  there  was
  201.                         information on the window.  Bug  found by several
  202.                         people. (37.199)
  203.  
  204.    02-Nov-1992  NF-SA   Now you can use F9 to switch the screen title-bar
  205.                         on and off. Note that this only works with  BACK
  206.                         DROP windows. Suggested   by   Klaus  Nachtigall.
  207.                         (37.200)
  208.  
  209.    03-Nov-1992  NF      Added th
  210.                         menu strips using an IFF file structure. (37.201)
  211.  
  212.    04-Nov-1992  NF      Added the possibility to seperatly Save  and Load
  213.                         the bevel boxes  using  an  IFF  file  structure.
  214.                         (37.202)
  215.  
  216.    04-Nov-1992  NF      Added the possibility to seperatly Save  and Load
  217.                         the window texts using  an  IFF  file  structure.
  218.                         (37.203)
  219.  
  220.    07-Nov-1992  CH      The "Add" item under the "Gadgets" menu  has been
  221.                         renamed to "Edit".  When it  is  checked  you can
  222.                         edit the gadgets as  normal  and  when it  is not
  223.                         checked the gadgets are  added  to the  window as
  224.                         normal gadgets and you cannot add  or edit  them.
  225.                         (37.204)
  226.  
  227.    07-Nov-1992  MIN     Fixed a small bug in  the menu  editor concerning
  228.                         the CommKey's. (37.205)
  229.  
  230.    09-Nov-1992  MIN     The drag-menu-selection screwed  up  sometimes by
  231.                         not interpreting menu events because the  handler
  232.                         was not always  correctly  notified  about  drag-
  233.                         selection breaks. (37.206)
  234.  
  235.    12-Nov-1992  NF      GadToolsBox now  uses a  new  set of  preferences
  236.                         files. Also the changing  of the  preferences now
  237.                         occurs in different requesters. (37.207)
  238.  
  239.    14-Nov-1992  NF-SA   Added the posibility to transform MX gadgets into
  240.                         CYCLE gadgets  and vice versa.  Suggested by Reza
  241.                         Elghazi. (37.208)
  242.  
  243.    14-Nov-1992  MAJ     Fixed an enforcer hit in the new menu editor. The
  244.                         copying of the work menu list did not  work 100%.
  245.                         (37.209)
  246.  
  247.    16-Nov-1992  NF      Added the possibility to seperatly  Save and Load
  248.                         all gadgets or the selected gadget from  a window
  249.                         using an IFF file structure. (37.210)
  250.  
  251.    18-Nov-1992  NF_SA   Added the possibility to  determine the  order of
  252.                         TAB and SHIFT-TAB cycling for STRING  and INTEGER
  253.                         gadgets.  Suggested  by  Garry Glendown  and Gael
  254.                         Marziou. (37.211)
  255.  
  256.    21-Nov-1992  CH      Almost did not survive a mega HD crash (forgot to
  257.                         backup my harddrive... AGAIN #$@$##@$!).  Changed
  258.                         the main program menus. (37.212)
  259.  
  260.    22-Nov-1992  MAJ     Fixed a few bugs in the  source  generators.  The
  261.                         IntuiText counters with multiple window  projects
  262.                         was   screwed  up  in   the  C  and  Asm   source
  263.                         generators.  The <xxx>Left  and <xxx>Top  globals
  264.                         where incorrect  in  the  Asm and  Oberon  source
  265.                         generators. Bugs found by Lars Hecking.  (37.213)
  266.  
  267.    22-Nov-1992  MAJ     The assembly source generator  really  screwed up
  268.                         when more than one  GETFILE gadget was located in
  269.                         a window. (37.214)
  270.  
  271.    27-Nov-1992  NF      Added the possibility to seperatly  Save and Load
  272.                         windows using a  complex  multi-context  IFF file
  273.                         structure. (37.215)
  274.  
  275.    27-Nov-1992  CH      The window selection requester  will  not  pop-up
  276.                         anymore  when  only  one  window  is   available.
  277.                         (37.216)
  278.  
  279.    03-Dec-1992  CH-NF   Changed the  binary  output of  GadToolsBox  to a
  280.                         complex multi-context IFF format. The gadtoolsbox
  281.                         library will  include  a  routine  to  read  this
  282.                         format. Note that a old file type loader is still
  283.                         available under the F7 key. (37.217)
  284.  
  285.    07-Dec-1992  CH      Utilized the  gadtoolsbox.library a  little more.
  286.                         (37.218)
  287.  
  288.    07-Dec-1992  CH      Added   a  backfill  pattern  the  same  as  most
  289.                         reqtools requesters  have to  my own  requesters.
  290.                         This really makes it look great. (37.219)
  291.  
  292.    08-Dec-1992  MAJ     Removed  a  potentially very  dangerous  bug. The
  293.                         Process structure it's window pointer did not get
  294.                         updated  when  the  window  was  re-opened  after
  295.                         editing  the  window  flags.  Experienced crashes
  296.                         instead of an expected reqtools requester........
  297.                         (37.220)
  298.  
  299.    09-Dec-1992  MIN     The Menu Editor now does  not use  case sensitive
  300.                         checks   anymore  to  check  for  double  defined
  301.                         shortcuts. Now  the  grid  is  used  when sizing/
  302.                         moving gadgets.   Bugs found by Marcel Offermans.
  303.                         (37.221)
  304.  
  305.    09-Dec-1992  MIN     Fixed a small error in the Menu Editor. The MutEx
  306.                         button  can  now only  be selected when more then
  307.                         one (sub)item is present in the list to  exclude.
  308.                         (37.222)
  309.  
  310.    12-Dec-1992  CH-SA   Changed the spacing  maximum  to  100.  40 wasn't
  311.                         enough. Suggested by Mikael Berglund. (37.223)
  312.  
  313.    13-Dec-1992  NF-SA   Now you can spread one single  gadget  which will
  314.                         result  the gadget  being  centered  between  the
  315.                         given coordinates. Suggested by Marcel Offermans.
  316.                         (37.224)
  317.  
  318.    18-Dec-1992  MIN     GadToolsBox would allow you to try to link a read
  319.                         only listview to a string  gadget.   Also  in the
  320.                         listview editor the GTLV_ShowSelected  tag  could
  321.                         be turned  off  when  editing a  joined  listview
  322.                         gadget. Both of these things where wrong  and are
  323.                         now fixed. (37.225)
  324.  
  325.    21-Dec-1992  MIN     Fixed   a   bug   in the Cycle,   Mx and ListView
  326.                         editors. The ListView gadgets  in  these  editors
  327.                         disabled when run under OS 3.0. (37.226)
  328.  
  329.    22-Dec-1992  MAJ     Fixed (hopefully) a bug which caused GTB  to hang
  330.                         after editing a  string  gadget.   Bug  found  by
  331.                         Ekkehard Goebel.  Also  fixed  the  old-file-type
  332.                         loader to cope with  the new internal structures.
  333.                         (37.227)
  334.  
  335.    23-Dec-1992  MAJ     Fixed a bug in the Assmbly source generator. When
  336.                         a gadget creation failed the stack was not popped
  337.                         correctly.     Bug  found  by  Stephan  Fuhrmann.
  338.                         (37.228)
  339.  
  340.    23-Dec-1992  CH      Moved  the  memory   de-allocation   routines  as
  341.                         GadToolsBox   private  routines  to the  library.
  342.                         (37.229)
  343.  
  344.    23-Dec-1992  CH      GadToolsBox now uses the GUI file  loader routine
  345.                         from the gadtoolsbox.library. (37.230)
  346.  
  347.    24-Dec-1992  CH      Moved some more memory  relative  routines to the
  348.                         library as GadToolsBox private routines. This way
  349.                         I do not get  double  coded  routines which could
  350.                         cause   compatibilty  problems  in  the   future.
  351.                         Also GTB now  requires  the  V38  version  of the
  352.                         library. (37.231)
  353.  
  354.    24-Dec-1992  CH      The GadToolsBox requesters used to  fill  out the
  355.                         bevelbox areas with color 0.  Now the BACKFILLPEN
  356.                         is used to  keep  it  the same  as  the  reqtools
  357.                         requesters. (37.232)
  358.  
  359.    25-Dec-1992  CH      MERRY X'MAS. It's late or should I say early.....
  360.                         Anyway I have adapted GTB so that it uses the 3.0
  361.                         newlook menus when run on 3.0 systems. (37.233)
  362.  
  363.    25-Dec-1992  MAJ     GadToolsBox  GURU'd  when the gadtoolsbox.library
  364.                         could  not  be  opened.  (37.234)
  365.  
  366.    26-Dec-1992  NF      Added the three new dri pens  that  Kickstart 3.0
  367.                         offers to the DriPen Editor. Note that these pens
  368.                         can only be changed when running 3.0! (37.235)
  369.  
  370.    26-Dec-1992  NF      Added a getfile gadget to  the  Main  preferences
  371.                         requester so that  the user can select  the  icon
  372.                         path using the filerequester. (37.236)
  373.  
  374.    29-Dec-1992  NF      GadToolsBox is now,  for the biggest part anyway,
  375.                         localized. (37.237)
  376.  
  377.    31-Dec-1992  MAJ     Fixed a  big ugly  enforcer  hit.   Enforcer hits
  378.                         where all over the place when gadtoolsbox was run
  379.                         with an argument. (37.238)
  380.  
  381.    01-Jan-1993  NF      Now GadToolsBox is completely  localized.  I have
  382.                         written a special source generator that generates
  383.                         a localized GUI and uses  the gadtoolsbox.library
  384.                         routines.   Perhaps I  will  release  this source
  385.                         generator as an  example how  to  built  your own
  386.                         source generator using the library. (37.239)
  387.  
  388.    08-Jan-1993  CH      Fixed few faults in the GUI design of GadToolsBox
  389.                         (37.240)
  390.  
  391.    12-Jan-1993  MAJ     Fixed a major bug.  Some  palette files  which, I
  392.                         suspect, are made by an  early 2.1  palette prefs
  393.                         editor  have an  unusually big  CMAP chunk  which
  394.                         contains, again I suspect, garbage. Reading these
  395.                         palette files would cause  a system  crash  uppon
  396.                         starting GadToolsBox and after loading files with
  397.                         a  PUBLIC  or  WBENCH  screen gui.  This has been
  398.                         fixed.   Bug  found  by  Andreas  Blohm and Steve
  399.                         Robbins. (37.241)
  400.  
  401.    12-Jan-1993  MIN     Fixed a small bug  in  the  MenuEditor.   Now you
  402.                         cannot  add a CommKey  to an  item  with subitems
  403.                         anymore. Bug found by Marcel Offermans. (37.242)
  404.  
  405.    16-Jan-1993  MIN     GadToolsBox     forgot   to   also   create   the
  406.                         ENV:GadToolsBox/ directory when it had  to create
  407.                         the ENVARC:GadToolsBox/ directory.   Bug found by
  408.                         Kai Bolay. (37.243)
  409.  
  410.    16-Jan-1993  NF-SA   Removed the  topaz 8  dependancy  when  designing
  411.                         font adaptable GUI's.  A lot of people complained
  412.                         that it  is to  difficult to  design GUI's  using
  413.                         topaz 8 on very high  resolutions.   Suggested by
  414.                         several people. (37.244)
  415.  
  416.    17-Jan-1993  MIN     Fixed a small bug.  The window border sizes where
  417.                         not correctly written. (37.245)
  418.  
  419.    20-Jan-1993  MAJ     Fixed   enforcer  hits  that  occured at  startup
  420.                         during the copying of config data. (37.246)
  421.  
  422.    20-Jan-1993  MIN     Fixed a gadget selection bug. Bug found by Marcel
  423.                         Offermans. (37.247)
  424.  
  425.    20-Jan-1993  NF-SA   Now there is no respons by the program anymore if
  426.                         you double click  on  a  size-box  of a  selected
  427.                         gadget with the exception of the MX, CHECKBOX and
  428.                         GETFILE kinds.  Suggested  by  Marcel  Offermans.
  429.                         (37.248)
  430.  
  431.    20-Jan-1993  MIN     The  coordinate-check  for  the gadget  selection
  432.                         totally screwed up on GIMMEZEROZERO windows. P.S.
  433.                         The   coordinate  display  is still  incorrect on
  434.                         GZZ windows. (37.249)
  435.  
  436.    20-Jan-1993  MAJ     Fixed enforcer hits when using the GETFILE gadget
  437.                         in the Main Preferences window. (37.250)
  438.  
  439.    23-Jan-1993  CH      Rewritten some of the Palette  routines.  Now the
  440.                         BMHD chunk is used  to  establish  the  amount of
  441.                         colors and no more than 32 are allowed. (37.251)
  442.  
  443.    23-Jan-1993  MIN     Fixed a small bug in  the  MenuEditor.  Now it is
  444.                         not  possible  anymore  to  add  subitems  to   a
  445.                         BARLABEL item.   Also the name of a BARLABEL item
  446.                         cannot be changed anymore. (37.252)
  447.  
  448.    24-Jan-1993  CH      Filename extensions  are  not  forced  anymore. I
  449.                         still suggest you use them.   Suggested by Marcel
  450.                         Offermans. (37.253)
  451.  
  452.    25-Jan-1993  MIN     The vertical spreading  of  a  single  gadget  to
  453.                         center it in a specific area  really  screwed up.
  454.                         This is now fixed. (37.254)
  455.  
  456.    29-Jan-1993  MIN     Fixed to small bugs in the menu  editor.   It was
  457.                         possible to edit a source label for an  item with
  458.                         subitems now  it isn't  anymore.   You  could not
  459.                         erase the COMMKEY.   Now  you  can.   The  double
  460.                         source label check screwed up.    Bugs  found  by
  461.                         Marcel Offermans. (37.255)
  462.  
  463.    02-Feb-1993  MIN     Fixed some minor grammatical bugs.  Bugs found by
  464.                         Daniel Barrett. (37.256)
  465.  
  466.    04-Feb-1993  MAJ     Fixed a bug which could open a overscanned screen
  467.                         with wrong dimensions.   Bug found  by Kai Bolay.
  468.                         (37.257)
  469.  
  470.    04-Feb-1993  NF-SA   Now the editing of your GUI on  the  Workbench or
  471.                         default public screen  is possible.  Suggested by
  472.                         Kai Bolay. (37.258)
  473.  
  474.    05-Feb-1993  CH      The   "Are you sure you want to quit?"  requester
  475.                         has been  removed.  Suggested  by several people.
  476.                         (37.259)
  477.  
  478.    13-Feb-1993  MIN     Fixed a minor bug  in  the  GUI.    The Edit Grid
  479.                         window could not be moved. (37.260)
  480.  
  481.    16-Feb-1993  MIN     The saved flag was not reset after  loading a GUI
  482.                         file. (37.261)
  483.  
  484.    17-Feb-1993  CH      The bevelbox move and size are now also confirmed
  485.                         when releasing the right mouse button. (37.262)
  486.  
  487.    18-Feb-1993  MIN     When a GUI using  a  custom  screen was in memory
  488.                         and you loaded  a  GUI  using  the  workbench  or
  489.                         default pub-screen  ( while  editing  on  the GTB
  490.                         screen ) the colors and dripens of  the  previous
  491.                         file remained active. Phew... (37.263)
  492.  
  493.    22-Feb-1993  NF-SA   When changing font the windows will automatically
  494.                         adapt to the new font. The suggestion was to make
  495.                         this optional. It is not. Suggested by Kai Bolay.
  496.                         (37.264)
  497.  
  498.    23-Feb-1993  NF-SA   I have build on the  above  suggestion  a  little
  499.                         more. The window will always adapt to  the window
  500.                         title size. This means that  if  you  edit  on  a
  501.                         custom  screen  in  topaz 8  and  you  switch  to
  502.                         editing on the wbench or  default  public  screen
  503.                         the gadgets, boxes and texts  will  automatically
  504.                         adjust the positions to the font  that  is active
  505.                         on that screen. (37.265)
  506.  
  507.    24-Feb-1993  MAJ     Forgot to set the  process  window  pointer  when
  508.                         reopening the edit window  after a  window  flags
  509.                         edit. Oops. Bug found by Marcel Offermans.
  510.                         (37.266)
  511.  
  512.    24-Feb-1993  MAJ     Loading    gadget  files  on  a  window  using  a
  513.                         bigger font than used to make  the  gadgets could
  514.                         result in a message saying that the gadgets could
  515.                         not be re-created anymore.    Bug found by Marcel
  516.                         Offermans. (37.267)
  517.  
  518.    24-Feb-1993  SA      Enhanced the  "Item xxxx already used" requesters
  519.                         from the  Menu  Editor.     Suggested  by  Marcel
  520.                         Offermans. (37.268)
  521.  
  522.    25-Feb-1993  MIN     Updated the Oberon source generator. Suggested by
  523.                         Kai Bolay. (37.269)
  524.  
  525.    26-Feb-1993  SA      Added  external  references  to   Intuition   and
  526.                         GadToolsBase to the generated C header. Suggested
  527.                         by Stan Burton. (37.270)
  528.  
  529.    27-Feb-1993  SA      The "Save" buttons in the  preferences  now saves
  530.                         the preferences and  uses  them  in the  program.
  531.                         Suggested by Marcel Offermans. (37.271)
  532.  
  533.    10-Mar-1993  MIN     Added the latest internal Oberon source generator
  534.                         to GadToolsBox. Suggested by Kai Bolay. (37.272)
  535.  
  536.    12-Mar-1993  CH      Removed the depth  limit  of  5  in  the  palette
  537.                         editor. Now 8 is the limit. (37.273)
  538.